@charset "utf-8";

/*----------------------------------------------------
                 Procyon - CSS File
------------------------------------------------------*/
ul,li,p{
	padding:0px;
	margin:0px;
	list-style: none;
}
a{
	text-decoration: none;
}
body {
	font-size: 14px;
	min-width: 1200px;
	padding: 0px;
	margin: 0;
	background: #fff;
	font-family: "Microsoft Yahei", "微软雅黑";
}
::-webkit-scrollbar{
	width:6px;
	height: 5px;
	background:#ddd;/* 鏁翠釜婊氭潯鑳屾櫙 */
}
::-webkit-scrollbar-thumb{
	-webkit-border-radius:4px;
	border-radius:2px;
	background:#046BDF; /* 婊氭潯鍐呭祵棰滆壊 */
}
::-webkit-scrollbar-button {
	background-color:#ddd;/* 涓よ竟绔寜閽鑹� */
	display: none;
}

/*banner*/
.banner {
	width: 100%;
	position: relative;
	overflow: hidden;
	min-width: 1200px;
	margin: auto;
}
.banner .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
}
.banner .swiper-slide>a{
	width: 100%;
	display: block;
}
.banner .swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets{
	bottom: 15px;
}
img{
	vertical-align: middle;
}
.banner .swiper-pagination-bullet{
	width:33px;
	height:10px;
	background:#0069FF;
	border-radius:5px;
}
.banner img{
	width: 100%;

}
/*.banner .swiper-slide.swiper-slide-active img{*/
/*	transform: scale(1.1,1.1);*/
/*	transition: 5s linear;*/
/*}*/
/*头部*/
.top-nav{
	width: 1200px;
	margin: auto;
	height: 90px;
	position: relative;
}
#aabb{
    position: absolute;
    right: 0;
    top: 0;
}
#aabb>a{
    color: #000;
    cursor:pointer
}
.top-nav>.left{
	float: left;
	width: 220px;
	height: 48px;
	margin-top: 21px;
}
.top-nav>.left img{
	width: 220px;
	height: 48px;
}
.top-nav>.right{
	float: right;
	line-height: 30px;
	font-size: 18px;
	font-weight: 400;
	color: #626262;
	background: url("../images/dq.png")no-repeat;
	background-position: left center;
	padding-left: 39px;
	margin-top: 30px;
}
.top-nav>.right>a{
	font-size: 18px;
	font-weight: 400;
	color: #626262;
	line-height: 30px;
}
.top-nav>.center{
	position: absolute;
	left: 294px;
}
.top-nav>.center>.title{
	float: left;
	margin-left: 25px;
	position: relative;
}
.top-nav>.center>.title>.dis-nav{
	position: absolute;
	z-index: 9999999999;
	right: 0;
	width: 200%;
	left: -50%;
	margin: auto;
	display: none;
	transition: all 2s;
}
.top-nav>.center>.title:hover>.dis-nav{
	display: block;
}
.top-nav>.center>.title>.dis-nav>a:hover{
	color: #0069FF;
}
.top-nav>.center>.title>.dis-nav>a{
	display: block;
	line-height: 50px;
	text-align: center;
	background: #fff;
	color: #000;
	font-size: 16px;
}
.top-nav>.center>.title>a{
	display: inline-block;
	line-height: 90px;
}
.top-nav>.center>.title>a:hover,.top-nav>.center>.title>a.active{
	color: #0069FF;
}
.top-nav>.center>.title:nth-child(1){
	margin-left: 0;
}
.top-nav>.center>.title>a{
	font-size: 18px;
	font-weight: 400;
	color: #686868;
}
/*热门搜索*/
.rmss{
	width: 1200px;
	margin: auto;
	height: 100px;
}
.rmss>.left{
	float: left;
	padding-left: 63px;
	background: url("../images/huo.png")no-repeat;
	background-position: left center;
}
.rmss>.left>p{
	line-height: 100px;
	font-size: 20px;
	font-weight: 400;
	color: #0069FF;
}
.rmss>.left>p>a{
	font-size: 20px;
	font-weight: 400;
	color: #0069FF;
}
.rmss>.right{
	float: right;
	position: relative;
	margin-top: 32px;
}
#search-keyword{
	width: 293px;
	height: 34px;
	background: #FFFFFF;
	border: 1px solid #046BDF;
	text-indent: 41px;
	background: url("../images/ss.png")no-repeat;
	background-position: 10px center;
}
.tijiao{
	width: 52px;
	height: 38px;
	background: #046BDF;
	border: 1px solid #046BDF;
	position: absolute;
	right: 0;
	font-size: 18px;
	font-weight: 400;
	color: #FFFFFF;
	top: 0;
}
/*产品栏目*/
.pro_nav{
	width: 100%;
	height: 450px;
	background: url("../images/product.jpg")#0d1024 no-repeat center;
}
.pro_nav>div{
	width: 1200px;
	margin: auto;
}
.pro_nav a{
	float: left;
	width: 33.33%;
	height: 350px;
	padding-top: 100px;
	text-align: center;
}
.pro_nav a:nth-child(2n-1):hover{
	background: url("../images/pb.png")no-repeat;
	background-position: right center;
}
.pro_nav a:hover{
	background: url("../images/pb2.png")no-repeat;
	background-position: left center;
}
.pro_nav a>div{
	/*margin-left: 120px;*/
}
.pro_nav a:nth-child(2n-1){
	margin-right: 0;
}
.pro_nav a:nth-child(2n-1)>div{
	/*float: right;*/
	/*margin-right: 312px;*/
}
.pro_nav a>div>div:nth-child(1){
	width: 78px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	margin: auto;
}
.pro_nav a>div>div:nth-child(2){
	font-size: 36px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 35px;
	margin-top: 80px;
	margin-bottom: 35px;
}
.pro_nav a>div>div:nth-child(3){
	font-size: 22px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 36px;
	text-transform:uppercase;
}
/*新闻中心*/
.index-news{
	margin-top: 89px;
}
.ttt{
	text-align: center;
}
.ttt>div:nth-child(1){
	font-size: 34px;
	font-weight: bold;
	color: #222222;
	line-height: 35px;
}
.ttt>div:nth-child(2){
	text-transform:uppercase;
	font-size: 14px;
	font-weight: 400;
	color: #222222;
	line-height: 14px;
	margin-top: 10px;
}
.news-list-index{
	width: 1200px;
	margin: auto;
	margin-top: 64px;
}
.news-list-index>.left{
	float: left;
}
.news-list-index>.right{
	float: right;
}
.news1-nav{
	width: 585px;
	height: 50px;
	background: #F8F8F8;
}
.news1-nav>a{
	float: left;
	width: 150px;
	height: 50px;
	background: #BCC5C9;
	line-height: 50px;
	font-size: 18px;
	font-weight: 400;
	color: #FFFFFF;
	text-align: center;
}
.news1-nav>a:nth-child(1),.news1-nav>a:hover{
	color: #017CEF;
	background: #EFF4F7;
}
.news1-nav>span{
	float: right;
	margin-right: 20px;
}
.news1-nav>span>a{
	font-size: 18px;
	font-family: SourceHanSansCN;
	font-weight: 500;
	color: #121212;
	line-height: 50px;

}
.bg-list{
	width: 585px;
	height: 330px;
	background: #EFF4F7;
	border-bottom: 3px solid #3A9AEB;
}
.bg-list>a{
	width: 550px;
	margin: auto;
	border-top: 2px dashed #3A9AEB;
	height: 150px;
	display: block;
}
.bg-list>a:nth-child(1){
	border-top: 0;
}
.bg-list>a>.time{
	float: left;
	width: 114px;
	margin-top: 40px;
}
.bg-list>a>.time>div:nth-child(1){
	font-size: 30px;
	font-weight: 500;
	color: #3A9AEB;
	text-align: center;
}
.bg-list>a>.time>div:nth-child(2){
	width: 40px;
	height: 40px;
	background: url("../images/jiantou.png")no-repeat center;
	margin: auto;
}
.bg-list>a>.nn-con{
	float: left;
	width: 411px;
	margin-left: 11px;
}
.bg-list>a>.nn-con>div:nth-child(1){
	font-size: 18px;
	font-weight: 500;
	color: #3A9AEB;
	line-height: 18px;
	height: 18px;
	overflow: hidden;
	margin-top: 46px;
}
.bg-list>a>.nn-con>div:nth-child(2){
	font-size: 14px;
	font-weight: 400;
	color: #7A7A7A;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	margin-top: 12px;
}



.news2-nav{
	width: 585px;
	height: 50px;
	background: #3A9AEB;
}
.news2-nav>a{
	float: left;
	width: 150px;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	font-weight: 400;
	color: #FFFFFF;
	text-align: center;
}
.news2-nav>span{
	float: right;
	margin-right: 20px;
}
.news2-nav>span>a{
	font-size: 18px;
	font-weight: 500;
	color: #FFF;
	line-height: 50px;

}

.news2-con{
	width: 585px;
	height: 330px;
	background: #EFF4F7;
	border-bottom: 3px solid #3A9AEB;
}
.news2-con>.left{
	float: left;
	width: 250px;
	height: 280px;
	margin-top: 25px;
	margin-left: 10px;
}
.news2-con>.left>img{
	width: 250px;
	height: 280px;
}
.news2-con>.right{
	float: left;
	margin-left: 24px;
	width: 260px;
}
.news2-con>.right>div:nth-child(1){
	font-size: 16px;
	font-weight: 500;
	color: #182C3D;
	line-height: 16px;
	height: 16px;
	overflow: hidden;
	margin-top: 36px;
}
.news2-con>.right>div:nth-child(1)>a{
	font-size: 16px;
	font-weight: 500;
	color: #182C3D;
}
.news2-con>.right>div:nth-child(2){
	font-size: 14px;
	margin-top: 23px;
	height: 140px;
	overflow: hidden;
	font-weight: 400;
	color: #7A7A7A;
	line-height: 28px;
}
.news2-con>.right>div:nth-child(3)>a{
	display: block;
	width: 120px;
	height: 38px;
	background: #BCC5C9;
	text-align: center;
	margin-top: 44px;
	font-size: 16px;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 38px;
}

/*关于我们*/
.about{
	height: 800px;
	/*margin-top: 112px;*/
}
.about>div{
	padding-top: 76px;
	width: 1200px;
	margin: auto;
}

.ab-con{
	width: 922px;
	margin: auto;
	margin-top: 35px;
	font-size: 14px;
	font-weight: 400;
	color: #2C2C2C;
	line-height: 26px;
	height: 104px;
	overflow: hidden;
}
.con-nav{
	text-align: center;
	margin-top: 33px;
}
.con-nav>a{
	display: inline-block;
	width: 106px;
	height: 106px;
	border: 2px solid #fff;
	border-radius: 50%;
	margin: 0 19px;
}
.con-nav>a>div{
	width: 42px;
	padding: 20px;
	height: 42px;
	background: #FFFFFF;
	border-radius: 50%;
	font-size: 20px;
	font-weight: bold;
	color: #222222;
	line-height: 22px;
	margin: auto;
	margin-top: 12px;
}
.con-nav>a:hover{
	border: 2px solid #046BDF;
}
.con-nav>a:hover>div{
	background: #046BDF;
	color: #fff;
}

/*服务*/
.index-fw{
	width: 1200px;
	margin: auto;
	margin-top: 50px;
}
.index-fw>.left{
	float: left;
	margin-left: 10px;
	width: 580px;
	height: 380px;
	position: relative;
}
.index-fw>.left:nth-child(2){
	float: right;
	margin-right: 10px;
	margin-left: 0;
	width: 580px;
	height: 380px;
}
.index-fw>.left>a{
	width: 204px;
	height: 85px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	font-size: 36px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	line-height: 85px;
	background: url("../images/navbg.png")no-repeat center;
}
.index-fw>.left>a:hover{
	box-shadow: 0px 0px 15px 0px rgba(170, 170, 170, 0.6);
	border-radius: 5px;
}


#top-nav{
	background: #fff;
}
















/*底部*/
.foot{
	background: #F0F0F0;
	margin-top: 60px;
}
.foot>div{
	width: 1200px;
	margin: auto;
	height: 260px;
}
.foot>div>.left{
	float: left;
	margin-top: 60px;
}
.foot>div>.left>div{
	float: left;
	width: 140px;
}
.foot>div>.left>div>a{
	font-size: 12px;
	font-weight: 400;
	color: #8A8A8A;
	line-height: 22px;
	display: block;
}
.foot>div>.left>div>a:nth-child(1){
	font-size: 14px;
	font-weight: 400;
	color: #646464;
	line-height: 22px;
	margin-bottom: 20px;
}
.foot>div>.right{
	float: right;
}
.foot>div>.right>div:nth-child(1){
	font-size: 14px;
	font-weight: 400;
	color: #8A8A8A;
	line-height: 22px;
	margin-top: 55px;
}
.foot>div>.right>div:nth-child(2){
	font-size: 24px;
	font-weight: bold;
	color: #3397FE;
	line-height: 22px;
	margin-top: 5px;
}
.foot>div>.right>div:nth-child(3){

}
.foot>div>.right>div:nth-child(3)>a{
	display: inline-block;
	width: 35px;
	height: 35px;
	margin-left: 10px;
	margin-top: 30px;
}
.foot>div>.right>div:nth-child(3)>a:nth-child(1){
	margin-left: 0;
	background: url("../images/ico1.png")no-repeat center;
}
.foot>div>.right>div:nth-child(3)>a:nth-child(2){
	background: url("../images/ico2.png")no-repeat center;
}
.foot>div>.right>div:nth-child(3)>a:nth-child(3){
	background: url("../images/ico3.png")no-repeat center;
}
#wx-ewm{
	position: relative;
}
#wx-ewm>img{
	position: absolute;
	left: 35px;
	display: none;
	top: 0;
	width: 100px;
	height: 100px;
}
#wx-ewm:hover>img{
	display: block;
}

/*links*/
.links{
	background: #E4E5E7;
	padding: 35px 0;
}
.links>div{
	width: 1200px;
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	color: #929292;
	line-height: 22px;
	margin: auto;
}
.links>div a{
	color: #929292;
}







